home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11132 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 12 Mar 1996 12:19:15 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4i4m83INNo84@keats.ugrad.cs.ubc.ca>
  8. References: <00001a73+00002504@msn.com> <31442F19.6C13@lfwc.lockheed.com> <4i26uhINNsd@keats.ugrad.cs.ubc.ca> <31457584.2475@lfwc.lockheed.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <31457584.2475@lfwc.lockheed.com>,
  12. Ken Garlington  <GarlingtonKE@lfwc.lockheed.com> wrote:
  13.  >Kazimir Kylheku wrote:
  14.  >> 
  15.  >> Make is not really a C tool. I use Make to process TeX documents for instance.
  16.  >
  17.  >AFAIK, Make-type tools are commonly used to manage large C applications. Is this
  18.  >not the case?
  19.  
  20. You bet! In fact, most make facilities have some default rules for C source
  21. files. Still, make is a fairly general-purpose tool that is also frequently
  22. used to process documents or any projects that have file dependencies.
  23.  
  24. -- 
  25.  
  26.